From: Pavel Janík Date: Wed, 1 May 2002 09:50:45 +0000 (+0000) Subject: Add new rules to escape from composition. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~57337 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=808284efdbab0f22e311492a814c6506fba4e63a;p=emacs.git Add new rules to escape from composition. --- diff --git a/leim/quail/vntelex.el b/leim/quail/vntelex.el index 8b9082e18d3..adb5d850662 100644 --- a/leim/quail/vntelex.el +++ b/leim/quail/vntelex.el @@ -1,6 +1,6 @@ ;;; vntelex.el --- Quail package for Vietnamese by Telex method -;; Copyright (C) 2001 Free Software Foundation. +;; Copyright (C) 2001, 2002 Free Software Foundation. ;; Author: Werner Lemberg ;; Keywords: multilingual, input method, Vietnamese @@ -398,6 +398,22 @@ and postfix: Eee -> Ee, ajj -> aj, etc. ("DDD" ["DD"]) ("Ddd" ["Dd"]) ;("$$$" ["$$"]) + + ;; escape from composition + ("\\w" ?w) ; breve or horn + ("\\a" ?a) ; a circumflex + ("\\A" ?A) ; A circumflex + ("\\e" ?e) ; e circumflex + ("\\E" ?E) ; E circumflex + ("\\o" ?o) ; o circumflex + ("\\O" ?O) ; O circumflex + ("\\s" ?s) ; acute + ("\\f" ?f) ; grave + ("\\r" ?r) ; hook above + ("\\x" ?x) ; tilde + ("\\j" ?j) ; dot below + ("\\d" ?d) ; d-bar (d) + ("\\\\" ?\\) ; literal backslash ) ;; Local Variables: